home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 June
/
CHIP Turkiye Haziran 1997.iso
/
shar
/
95crowd
/
_setup.1
/
Crowd.exe
/
0
/
RCDATA
/
TFRMCHANGEPASSWORD
/
TFRMCHANGEPASSWORD.txt
Wrap
Text File
|
1996-09-03
|
2KB
|
98 lines
object frmChangePassword: TfrmChangePassword
Left = 155
Top = 147
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Crowd Control Password'
ClientHeight = 139
ClientWidth = 357
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 13
Top = 14
Width = 67
Height = 13
Caption = '&Old password:'
FocusControl = txtOld
end
object Label2: TLabel
Left = 13
Top = 45
Width = 73
Height = 13
Caption = '&New password:'
FocusControl = txtNew
end
object Label3: TLabel
Left = 13
Top = 76
Width = 109
Height = 13
Caption = 'Con&firm new password:'
FocusControl = txtConfirmNew
end
object Label4: TLabel
Left = 13
Top = 104
Width = 254
Height = 13
Caption = '(This password only controls access to Crowd Control.'
end
object Label5: TLabel
Left = 13
Top = 118
Width = 259
Height = 13
Caption = 'It is not the user'#39's password for logging onto Windows.)'
end
object cmdOK: TButton
Left = 277
Top = 16
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object cmdCancel: TButton
Left = 277
Top = 48
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object txtOld: TEdit
Left = 133
Top = 10
Width = 131
Height = 21
PasswordChar = '*'
TabOrder = 0
end
object txtNew: TEdit
Left = 133
Top = 41
Width = 131
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object txtConfirmNew: TEdit
Left = 133
Top = 72
Width = 131
Height = 21
PasswordChar = '*'
TabOrder = 2
end
end